PDF4Java Reference Documentation
com.o2sol.pdf4java.graphics Package / PDFContentStream Class / fillNonZeroStroke Method
Path fill style.
In This Topic
    fillNonZeroStroke Method
    In This Topic
    Fills the current path using the fillMode and then strokes the path. Operator: B for PDFFillMode.NonZeroWinding or B* for PDFFillMode.EvenOdd.
    Syntax
    public void fillNonZeroStroke( 
       PDFFillMode fillMode
    )

    Parameters

    fillMode
    Path fill style.
    See Also